go/types.Checker.ident (method)

3 uses

	go/types (current package)
		expr.go#L1056: 		check.ident(x, e, false)
		typexpr.go#L20: func (check *Checker) ident(x *operand, e *ast.Ident, wantType bool) {
		typexpr.go#L258: 		check.ident(&x, e, true)